home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / skate.swf / scripts / DefineButton2_125 / BUTTONCONDACTION on(keyPress Left).as < prev    next >
Text File  |  2012-04-23  |  91b  |  5 lines

  1. on(keyPress "<Left>"){
  2.    gotoAndPlay(111);
  3.    set("/:score",eval("/:score") + "3");
  4. }
  5.